home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / pcl / src-16f.lha / tools / config < prev    next >
Text File  |  1992-05-29  |  217b  |  6 lines

  1. #!/bin/sh
  2. #
  3. # This file script invokes CMU CL with the Lisp configuration script, which
  4. # will go into an interactive dialog to determine what systems to load.
  5. lisp -eval '(load (open "library:config.lisp"))' -noinit
  6.